(syms_of_ntproc): Fix docstring of `w32-get-true-file-attributes'.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Jul 2002 16:19:19 +0000 (16:19 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 30 Jul 2002 16:19:19 +0000 (16:19 +0000)
src/w32proc.c

index a44a326caf92ce151e5bf9e1fc4697b552217cd5..f7ddf4d69a87c4f24015143b3f2d6b1cda0d4887 100644 (file)
@@ -2232,10 +2232,9 @@ the truename of a file can be slow.  */);
 #endif
 
   DEFVAR_LISP ("w32-get-true-file-attributes", &Vw32_get_true_file_attributes,
-              doc: /* Non-nil means determine accurate link count in file-attributes.
-This option slows down file-attributes noticeably, so is disabled by
-default.  Note that it is only useful for files on NTFS volumes,
-where hard links are supported.  */);
+              doc: /* Non-nil means determine accurate link count in `file-attributes'.
+Note that this option is only useful for files on NTFS volumes, where hard links
+are supported.  Moreover, it slows down `file-attributes' noticeably.  */)
   Vw32_get_true_file_attributes = Qt;
 }
 /* end of ntproc.c */